home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wine02bx.zip / LISP / PACKAGES / MH-E.ELC < prev    next >
Text File  |  1993-03-28  |  61KB  |  446 lines

  1. ;;; compiled by jwz@thalidomide on Thu Jul  2 16:38:19 1992
  2. ;;; from file /u/jwz/emacs19/lisp/packages/mh-e.el
  3. ;;; emacs version 19.2.1 Lucid.
  4. ;;; bytecomp version 2.07; 17-jun-92.
  5. ;;; optimization is on.
  6. ;;; this file uses opcodes which do not exist in Emacs18.
  7.  
  8. (if (and (boundp 'emacs-version)
  9.      (or (and (boundp 'epoch::version) epoch::version)
  10.          (string-lessp emacs-version "19")))
  11.     (error "This file was compiled for Emacs19."))
  12.  
  13. (byte-code "└┬├!ç" ["$Header: /cadillac-inferno-5/cvs-master/lemacs/lisp/packages/mh-e.el,v 1.1.1.1 1992/06/29 22:30:47 devin Exp $" mh-e-RCS-id provide mh-e] 2)
  14. (defvar mh-redist-full-contents t "\
  15. Non-nil if the `dist' command needs whole letter for redistribution.
  16. This is the case when `send' is compiled with the BERK option.")
  17. (defvar mh-folder-mode-hook nil "\
  18. Invoked in mh-folder-mode on a new folder.")
  19. (defvar mh-letter-mode-hook nil "\
  20. Invoked in mh-letter-mode on a new letter.")
  21. (defvar mh-compose-letter-function nil "\
  22. Invoked in mh-compose-and-send-mail on a draft letter.
  23. It is passed three arguments: TO recipients, SUBJECT, and CC recipients.")
  24. (defvar mh-before-send-letter-hook nil "\
  25. Invoked at the beginning of the \\[mh-send-letter] command.")
  26. (defvar mh-inc-folder-hook nil "\
  27. Invoked after incorporating mail into a folder with \\[mh-inc-folder].")
  28. (defvar mh-quit-hook nil "\
  29. Invoked after quitting mh-e with \\[mh-quit].")
  30. (defvar mh-clean-message-header nil "\
  31. *Non-nil means clean headers of messages that are displayed or inserted.
  32. The variables mh-visible-headers and mh-invisible-headers control what is
  33. removed.")
  34. (defvar mh-visible-headers nil "\
  35. *If non-nil, contains a regexp specifying the headers to keep when cleaning.
  36. Only used if mh-clean-message-header is non-nil. Setting this variable
  37. overrides mh-invisible-headers.")
  38. (defvar mhl-formfile nil "\
  39. *Name of format file to be used by mhl to show messages.
  40. A value of T means use the default format file.
  41. Nil means don't use mhl to format messages.")
  42. (defvar mh-lpr-command-format "lpr -p -J '%s'" "\
  43. *Format for Unix command that prints a message.
  44. The string should be a Unix command line, with the string '%s' where
  45. the job's name (folder and message number) should appear.  The message text
  46. is piped to this command.")
  47. (defvar mh-print-background nil "\
  48. *Print messages in the background if non-nil.
  49. WARNING: do not delete the messages until printing is finished;
  50. otherwise, your output may be truncated.")
  51. (defvar mh-summary-height 4 "\
  52. *Number of lines in summary window.")
  53. (defvar mh-recenter-summary-p nil "\
  54. *Recenter summary window when the show window is toggled off if non-nil.")
  55. (defvar mh-ins-buf-prefix ">> " "\
  56. *String to put before each non-blank line of a yanked or inserted message.
  57. Used when the message is inserted in an outgoing letter.")
  58. (defvar mh-do-not-confirm nil "\
  59. *Non-nil means do not prompt for confirmation before some commands.
  60. Only affects certain innocuous commands.")
  61. (defvar mh-bury-show-buffer t "\
  62. *Non-nil means that the displayed show buffer for a folder is buried.")
  63. (defvar mh-delete-yanked-msg-window nil "\
  64. *Controls window display when a message is yanked by \\[mh-yank-cur-msg].
  65. If non-nil, yanking the current message into a draft letter deletes any
  66. windows displaying the message.")
  67. (defvar mh-yank-from-start-of-msg t "\
  68. *Controls which part of a message is yanked by \\[mh-yank-cur-msg].
  69. If non-nil, include the entire message.  If the symbol `body, then yank the
  70. message minus the header.  If nil, yank only the portion of the message
  71. following the point.  If the show buffer has a region, this variable is
  72. ignored.")
  73. (defvar mh-reply-default-reply-to nil "\
  74. *Sets the person or persons to whom a reply will be sent.
  75. If nil, prompt for recipient. If non-nil, then \\[mh-reply] will use this
  76. value and it should be one of \"from\", \"to\", or \"cc\".")
  77. (defvar mh-recursive-folders nil "\
  78. *If non-nil, then commands which operate on folders do so recursively.")
  79. (defvar mh-cmd-note 4 "\
  80. Offset to insert notation.")
  81. (defvar mh-note-repl "-" "\
  82. String whose first character is used to notate replied to messages.")
  83. (defvar mh-note-forw "F" "\
  84. String whose first character is used to notate forwarded messages.")
  85. (defvar mh-note-dist "R" "\
  86. String whose first character is used to notate redistributed messages.")
  87. (defvar mh-good-msg-regexp "^....[^D^]" "\
  88. Regexp specifiying the scan lines that are 'good' messages.")
  89. (defvar mh-deleted-msg-regexp "^....D" "\
  90. Regexp matching scan lines of deleted messages.")
  91. (defvar mh-refiled-msg-regexp "^....\\^" "\
  92. Regexp matching scan lines of refiled messages.")
  93. (defvar mh-valid-scan-line "^ *[0-9]" "\
  94. Regexp matching scan lines for messages (not error messages).")
  95. (defvar mh-msg-number-regexp "^ *\\([0-9]+\\)" "\
  96. Regexp to find the number of a message in a scan line.
  97. The message's number must be surrounded with \\( \\)")
  98. (defvar mh-msg-search-regexp "^[^0-9]*%d[^0-9]" "\
  99. Format string containing a regexp matching the scan listing for a message.
  100. The desired message's number will be an argument to format.")
  101. (defvar mh-flagged-scan-msg-regexp "^....\\D\\|^....\\^\\|^....\\+\\|^.....%" "\
  102. Regexp matching flagged scan lines.
  103. Matches lines marked as deleted, refiled, in a sequence, or the cur message.")
  104. (defvar mh-cur-scan-msg-regexp "^....\\+" "\
  105. Regexp matching scan line for the cur message.")
  106. (defvar mh-show-buffer-mode-line-buffer-id "{%%b}  %s/%d" "\
  107. Format string to produce mode-line-buffer-id for show buffers.
  108. First argument is folder name.  Second is message number.")
  109. (defvar mh-invisible-headers "^Received: \\|^Message-Id: \\|^Remailed-\\|^Via: \\|^Mail-from: \\|^Return-Path: \\|^In-Reply-To: \\|^Resent-" "\
  110. Regexp matching lines in a message header that are not to be shown.
  111. If mh-visible-headers is non-nil, it is used instead to specify what to keep.")
  112. (defvar mh-rejected-letter-start "^   ----- Unsent message follows -----$" "\
  113. Regexp specifying the beginning of the wrapper around a returned letter.
  114. This wrapper is generated by the mail system when rejecting a letter.")
  115. (defvar mh-to-field-choices '((116 . "To:") (115 . "Subject:") (99 . "Cc:") (98 . "Bcc:") (102 . "Fcc:")) "\
  116. A-list of (character . field name) strings for mh-to-field.")
  117. (defvar mh-user-path "" "\
  118. User's mail folder.")
  119. (defvar mh-last-destination nil "\
  120. Destination of last refile or write command.")
  121. (defvar mh-folder-mode-map (make-keymap) "\
  122. Keymap for MH folders.")
  123. (defvar mh-letter-mode-map (copy-keymap text-mode-map) "\
  124. Keymap for composing mail.")
  125. (defvar mh-pick-mode-map (make-sparse-keymap) "\
  126. Keymap for searching folder.")
  127. (defvar mh-letter-mode-syntax-table nil "\
  128. Syntax table used while in mh-e letter mode.")
  129. (byte-code "¼Ä┴\n!├!ê─┼╞#ê┴ç" [mh-letter-mode-syntax-table make-syntax-table text-mode-syntax-table set-syntax-table modify-syntax-entry 37 "."] 4)
  130. (defvar mh-folder-list nil "\
  131. List of folder names for completion.")
  132. (defvar mh-draft-folder nil "\
  133. Name of folder containing draft messages.
  134. NIL means do not use draft folder.")
  135. (defvar mh-unseen-seq nil "\
  136. Name of the unseen sequence.")
  137. (defvar mh-previous-window-config nil "\
  138. Window configuration before mh-e command.")
  139. (defvar mh-previous-seq nil "\
  140. Name of the sequence to which a message was last added.")
  141. (byte-code "└┴Mê┬├Mê─┼Mê╞╟Mç" [mh-push (macro . #[(v l) "└    ┬     EEç" [setq l cons v] 5]) mh-when (macro . #[(pred &rest body) "└    \nBDç" [cond pred body] 3]) with-mh-folder-updating (macro . #[(save-modification-flag-p &rest body) "@┴┬├─┼\"½â╟¬ü╚EEç" [save-modification-flag-p let ((folder-updating-mod-flag (buffer-modified-p))) prog1 append (let ((buffer-read-only nil) (buffer-file-name nil))) body (mh-set-folder-modified-p folder-updating-mod-flag) (mh-set-folder-modified-p nil)] 6]) mh-mapc #[(func list) "¡î    @!êAë¼u┬ç" [list func nil] 3]] 2)
  142. (fset 'mh-rmail #[(&optional arg) "└ ê    ½ä┬├!ç─ ç" [mh-find-path arg call-interactively mh-visit-folder mh-inc-folder] 2 "\
  143. Inc(orporate) new mail (no arg) or scan a MH mail box (arg given).
  144. This front end uses the MH mail system, which uses different conventions
  145. >from the usual mail system." "P"])
  146. (fset 'mh-smail #[nil "└ ê┴┬!ç" [mh-find-path call-interactively mh-send] 2 "\
  147. Send mail using the MH mail system." nil])
  148. (fset 'mh-smail-other-window #[nil "└ ê┴┬!ç" [mh-find-path call-interactively mh-send-other-window] 2 "\
  149. Send mail in other window using the MH mail system." nil])
  150. (fset 'mh-burst-digest #[nil "└┴!├ !ê┼┴!ê╞╟!ê╚╔ \n╩$ê╦ ╠═\"\"ê╞╧!)ç" [mh-get-msg-num t digest mh-process-or-undo-commands mh-current-folder mh-set-folder-modified-p message "Bursting digest..." mh-exec-cmd "burst" "-inplace" mh-scan-folder format "%d-last" mh-first-msg-num "Bursting digest...done"] 5 "\
  151. Burst apart the current message, which should be a digest.
  152. The message is replaced by its table of contents and the letters from the
  153. digest are inserted into the folder after that message." nil])
  154. (fset 'mh-copy-msg #[(prefix-provided msg-or-seq dest) "└┴\n├─&ê½ç╚\n╔\n#ç╦\n╔\n#ç" [mh-exec-cmd "refile" msg-or-seq "-link" "-src" mh-current-folder dest prefix-provided mh-notate-seq 67 mh-cmd-note mh-notate] 7 "\
  155. Copy specified MESSAGE(s) to another FOLDER without deleting them.
  156. Default is the displayed message.  If (optional) prefix argument is
  157. provided, then prompt for the message sequence." (byte-code "ë¡ä┴┬├\"─┼╞├#Eç" [current-prefix-arg mh-read-seq-default "Copy" t mh-prompt-for-folder "Copy to" ""] 6)])
  158. (fset 'mh-delete-msg #[(msg-or-seq) "º½å┴!ê¬à┬┴\"ê├ ç" [msg-or-seq mh-delete-a-msg mh-map-to-seq-msgs mh-next-msg] 3 "\
  159. Mark the specified MESSAGE(s) for subsequent deletion and move to the next.
  160. Default is the displayed message.  If (optional) prefix argument is
  161. provided, then prompt for the message sequence." (byte-code "½å┴┬├\"¬â─├!Cç" [current-prefix-arg mh-read-seq-default "Delete" t mh-get-msg-num] 3)])
  162. (fset 'mh-delete-msg-no-motion #[(msg-or-seq) "º½ä┴!ç┬┴\"ç" [msg-or-seq mh-delete-a-msg mh-map-to-seq-msgs] 3 "\
  163. Mark the specified MESSAGE(s) for subsequent deletion.
  164. Default is the displayed message.  If (optional) prefix argument is
  165. provided, then prompt for the message sequence." (byte-code "½å┴┬├\"¬â─├!Cç" [current-prefix-arg mh-read-seq-default "Delete" t mh-get-msg-num] 3)])
  166. (fset 'mh-delete-msg-from-seq #[(prefix-provided msg-or-seq &optional from-seq) "½ä┴\n!ç├\n \"ç" [prefix-provided mh-remove-seq msg-or-seq mh-remove-msg-from-seq from-seq] 3 "\
  167. Delete MESSAGE (default: displayed message) from SEQUENCE.
  168. If (optional) prefix argument provided, then delete all messages from a
  169. sequence." (byte-code "ëë½å┬├─\"¬â┼─!    ?¡ä┬╞─\"E)ç" [current-prefix-arg argp mh-read-seq-default "Delete" t mh-get-msg-num "Delete from"] 6)])
  170. (fset 'mh-edit-again #[(msg) "┬  ½ÿ     ܽô┼╞!!ê╚╔╩\"!ê╦ ¬ê╠═╞!╬#╨e╤╬#êebê╥╬!ê╙╘    ╬ëëëëë &\n+ç" [mh-current-folder from-folder current-window-configuration config mh-draft-folder find-file mh-msg-filename msg rename-buffer format "draft-%d" buffer-name mh-read-draft "clean-up" nil draft mh-clean-msg-header "^Date:\\|^Received:\\|^Message-Id:\\|^From:" set-buffer-modified-p mh-compose-and-send-mail ""] 11 "\
  171. Clean-up a draft or a message previously sent and make it resendable." (byte-code "└┴!Cç" [mh-get-msg-num t] 2)])
  172. (fset 'mh-execute-commands #[nil "½â┴ ê┬ !ê─ ê┼ ê╞ ê╟ç" [mh-narrowed-to-seq mh-widen mh-process-commands mh-current-folder mh-set-scan-mode mh-goto-cur-msg mh-make-folder-mode-line t] 2 "\
  173. Process outstanding delete and refile requests." nil])
  174. (fset 'mh-extract-rejected-mail #[(msg) "┴ ┬├─!╞#    ebê╩ ╞╠#½Å═uêe`|ê╬e╧╞#ê¬ä╨╤!êebê╥╞!ê╙╘    ╒╓!╒╫!╒╪!╞ë&\n+ç" [mh-current-folder current-window-configuration mh-read-draft "extraction" mh-msg-filename msg nil draft config from-folder re-search-forward mh-rejected-letter-start t 1 mh-clean-msg-header "^Date:\\|^Received:\\|^Message-Id:\\|^From:\\|^Sender:" message "Does not appear to be a rejected letter." set-buffer-modified-p mh-compose-and-send-mail "" mh-get-field "To" "From" "cc"] 11 "\
  175. Extract a letter returned by the mail system and make it resendable.
  176. Default is the displayed message." (byte-code "└┴!Cç" [mh-get-msg-num t] 2)])
  177. (fset 'mh-forward #[(prefix-provided msg-or-seq to cc) "┬ ─┼\"╚!½à╔╩!½¥╦╠═$ê╧╨╤#╥╙╒$ê╫╪!ê¬å╧╨╪#ebê┌█!ê▄yê`d}êè▌▐!)αß\"\"è▌π!)$\"½ëσ\"SO~êè╥πµτ$#\"ê)Φ ê)½ïΩδ!∞╤#ê¬çΩ∞╤#êφ╨    .∩ &\n.ç" [mh-current-folder folder current-window-configuration config expand-file-name "draft" mh-user-path draft-name file-exists-p y-or-n-p "The file 'draft' exists.  Discard it? " mh-exec-cmd "forw" "-build" msg-or-seq mh-read-draft "" t mh-insert-fields "To:" to "Cc:" cc set-buffer-modified-p nil draft re-search-forward "^------- Forwarded Message" -1 mh-get-field "From:" subject string-match "<" trim "Subject:" forw-subject 0 format "[%s: %s]" delete-other-windows prefix-provided mh-add-msgs-to-seq mh-seq-to-msgs forwarded mh-compose-and-send-mail mh-note-forw "Forwarded:"] 11 "\
  178. Forward MESSAGE(s) (default: displayed message).
  179. If (optional) prefix argument provided, then prompt for the message sequence." (byte-code "ë½å┴┬├\"¬â─├!┼╞!┼╟!Fç" [current-prefix-arg mh-read-seq-default "Forward" t mh-get-msg-num read-string "To: " "Cc: "] 5)])
  180. (fset 'mh-goto-msg #[(number &optional no-error-if-no-message dont-show) "└┴!`┬ !ë½å U¼¼½ì W½ç╟ ┴╚#¼¢½ì V½ç╔ ┴╚#¼èebê╟ ┴╚#½Ä╩yê ¼ä╠ !ê╚¬ìbê¼à╬╧ \"ê┴+ç" [mh-get-msg-num nil mh-msg-search-pat number msg-pattern starting-place cur-msg re-search-forward t re-search-backward 0 dont-show mh-maybe-show no-error-if-no-message error "No message %d"] 5 "\
  181. Position the cursor at message NUMBER.
  182. Non-nil second argument means do not signal an error if message does not exist.
  183. Non-nil third argument means not to show the message.
  184. Return non-nil if cursor is at message." "NMessage number? "])
  185. (fset 'mh-inc-folder #[(&optional maildrop-name) "└ \n¼£├─!¼ë┼─!ê    ¬Äp├─!=¼ç╟─!ê    )╚\n!ê╔╩!ç" [current-window-configuration config maildrop-name get-buffer "+inbox" mh-make-folder mh-previous-window-config switch-to-buffer mh-get-new-mail run-hooks mh-inc-folder-hook] 3 "\
  186. Inc(orporate) new mail into +inbox.
  187. Optional prefix argument specifies an alternate maildrop from the default.
  188. If this is given, mail is incorporated into the current folder, rather
  189. than +inbox.  Run mh-inc-folder-hook after incorporating new mail." (byte-code "¡å┴┬├ \"!Cç" [current-prefix-arg expand-file-name read-file-name "inc mail from file: " mh-user-path] 4)])
  190. (fset 'mh-kill-folder #[nil "¼ê┴┬├ \"!½¥ ╞╟!ê╚╔\"ê╩!ê╦╠\"ê╞═!ê╬!)ç╦╧!ç" [mh-do-not-confirm yes-or-no-p format "Remove folder %s? " mh-current-folder folder mh-set-folder-modified-p t mh-exec-cmd-daemon "rmf" mh-remove-folder-from-folder-list message "Folder %s removed" nil kill-buffer "Folder not removed"] 4 "\
  191. Remove the current folder." nil])
  192. (fset 'mh-list-folders #[nil "└Éè┴└!ê┬ ê├─!ê┼╞╟\"êebê├╚!)æç" [" *mh-temp*" switch-to-buffer erase-buffer message "Listing folders..." mh-exec-cmd-output "folders" t "Listing folders...done"] 4 "\
  193. List mail folders." nil])
  194. (fset 'mh-msg-is-in-seq #[(msg) "└┴\n├─┼╞\n!!╟##ç" [message "Message %d is in sequences: %s" msg mapconcat concat mh-list-to-string mh-seq-containing-msg " "] 8 "\
  195. Display the sequences that contain MESSAGE (default: displayed message)." (byte-code "└┴!Cç" [mh-get-msg-num t] 2)])
  196. (fset 'mh-narrow-to-seq #[(seq) "d┴ ├ë╞!½£╚\"êd}ê╔╩!!ê╦├!êë ¬ç═╬╩!\"*╧\n!ê*ç" [eob buffer-modified-p folder-updating-mod-flag nil buffer-file-name buffer-read-only mh-seq-to-msgs seq mh-copy-seq-to-point mh-make-folder-mode-line symbol-name mh-recenter mh-narrowed-to-seq error "No messages in sequence `%s'" mh-set-folder-modified-p] 4 "\
  197. Restrict display of this folder to just messages in a sequence.
  198. Reads which sequence.  Use \\[mh-widen] to undo this command." (byte-code "└┴┬\"Cç" [mh-read-seq "Narrow to" t] 3)])
  199. (fset 'mh-next-undeleted-msg #[(&optional arg) "└    !yê┬─╞╟    $½å╟yê╚ ç╔yê╩ !¡ä╠ !ç" [prefix-numeric-value arg forward mh-next-direction re-search-forward mh-good-msg-regexp nil 0 mh-maybe-show -1 get-buffer mh-show-buffer delete-windows-on] 5 "\
  200. Move to next undeleted message in window." "P"])
  201. (fset 'mh-pack-folder #[(range) "└    !ê┬ ê├─!ç" [mh-pack-folder-1 range mh-goto-cur-msg message "Packing folder...done"] 2 "\
  202. Renumber the messages of a folder to be 1..n.
  203. First, offer to execute any outstanding commands for the current folder.
  204. If (optional) prefix argument provided, prompt for the range of messages
  205. to display after packing.  Otherwise, show the entire folder." (byte-code "½à┴┬!¬ü├Cç" [current-prefix-arg read-msg-range "Range [all]? " "all"] 2)])
  206. (fset 'mh-pipe-msg #[(prefix-provided command) "èqêebê    ¼ä┬├!ê─`d╞$)ç" [mh-show-buffer prefix-provided search-forward "\n\n" shell-command-on-region command nil] 5 "\
  207. Pipe the current message through the given shell COMMAND.
  208. If (optional) prefix argument is provided, send the entire message.
  209. Otherwise just send the message's body." (byte-code "┴┬!Dç" [current-prefix-arg read-string "Shell command on message: "] 3)])
  210. (fset 'mh-refile-msg #[(prefix-provided msg-or-seq dest) "└    B ½ë─┼    #ê¬å┼    \"ê╟ ç" [refile dest mh-last-destination prefix-provided mh-map-to-seq-msgs mh-refile-a-msg msg-or-seq mh-next-msg] 4 "\
  211. Refile MESSAGE(s) (default: displayed message) in FOLDER.
  212. If (optional) prefix argument provided, then prompt for message sequence." (byte-code "ë½å┴┬├\"¬â─├!┼╞╟@╔=½ç╩A!¬ü╦├#!Eç" [current-prefix-arg mh-read-seq-default "Refile" t mh-get-msg-num intern mh-prompt-for-folder "Destination" mh-last-destination refile symbol-name ""] 7)])
  213. (fset 'mh-refile-or-write-again #[(msg) "¼ä┴┬!ê@├=½Ä─A\"ê╞╟A\"ê¬î╚A\"ê╞╔A\"ê╩ ç" [mh-last-destination error "No previous refile or write" refile mh-refile-a-msg msg message "Destination folder: %s" mh-write-msg-to-file "Destination: %s" mh-next-msg] 3 "\
  214. Re-execute the last refile or write command on the given MESSAGE.
  215. Default is the displayed message.  Use the same folder or file as the
  216. previous refile or write command." (byte-code "└┴!Cç" [mh-get-msg-num t] 2)])
  217. (fset 'mh-reply #[(prefix-provided msg) "└\n«å├─┼╞╟$    ╩   ╧╨!ê╤ܼå╥ܽù╙╘╒╓╫┘┌¡â▄▌D&    ê¬└▐ܽù╙╘╒╓╫▀▐¡â▄▌D&    ê¬úαܼå┌ܽù╙╘╒╓╫▀┌┘ß¡â▄▌D& êΓπΣπ%\"╟#&τ êΦ╞!êΘΩ!Θδ!Θ∞!-./ebê≡±!ê¼ç≥\"ê≤⌠╟#ê╧⌡!ê÷&╥/.-7° &\n.    ç" ["from => Sender only\nto => Sender and primary recipients\ncc or all => Sender and all recipients" minibuffer-help-form mh-reply-default-reply-to completing-read "Reply to whom: " (("from") ("to") ("cc") ("all")) nil t mh-current-folder mh-show-buffer current-window-configuration config show-buffer folder reply-to message "Composing a reply..." "from" "" apply mh-exec-cmd "repl" "-build" "-nodraftfolder" msg "-nocc" "all" prefix-provided "-filter" "mhl.reply" "to" "-cc" "cc" "me" mh-read-draft "reply" expand-file-name mh-user-path draft delete-other-windows set-buffer-modified-p mh-get-field "To:" "Subject:" "Cc:" cc subject to mh-goto-header-end 1 mh-display-msg mh-add-msgs-to-seq answered "Composing a reply...done" mh-compose-and-send-mail mh-note-repl "Replied:"] 13 "\
  218. Reply to a MESSAGE (default: displayed message).
  219. If (optional) prefix argument provided, then include the message in the reply." (byte-code "┴┬!Dç" [current-prefix-arg mh-get-msg-num t] 3)])
  220. (fset 'mh-quit #[nil "½ä┴!ê┬├!ç" [mh-previous-window-config set-window-configuration run-hooks mh-quit-hook] 2 "\
  221. Restore the previous window configuration, if one exists.
  222. Finish by running mh-quit-hook." nil])
  223. (fset 'mh-page-digest #[nil "è└ ê┴┬!ê├┼╞├╟#½ç┼╚├╟#¼ê╔╩!ê╦╠!ê)═╞├╟#ê╬yê╧┬!ê╔╩!)ç" [mh-show-message-in-other-window move-to-window-line 0 nil case-fold-search search-forward "\n\n" t "From:" other-window -1 error "No more messages" search-backward 2 mh-recenter] 4 "\
  224. Advance displayed message to next digested message." nil])
  225. (fset 'mh-page-digest-backwards #[nil "è└ ê┴┬!ê├┬yê┼╞├╟#½ç┼╚├╟#¼ê╔╩!ê╦╠!ê)┼╞├╟#ê═yê╬┬!ê╔╩!)ç" [mh-show-message-in-other-window move-to-window-line 0 nil case-fold-search search-backward "\n\n" t "From:" other-window -1 error "No more messages" 2 mh-recenter] 4 "\
  226. Back up displayed message to previous digested message." nil])
  227. (fset 'mh-page-msg #[(&optional arg) "└    !ç" [scroll-other-window arg] 2 "\
  228. Page the displayed message forwards.
  229. Scrolls ARG lines or a full screen if no argument is supplied." "P"])
  230. (fset 'mh-previous-page #[(&optional arg) "è└ ê┴Ä┬ !*ç" [mh-show-message-in-other-window ((other-window -1)) scroll-down arg] 2 "\
  231. Page the displayed message backwards.
  232. Scrolls ARG lines or a full screen if no argument is supplied." "P"])
  233. (fset 'mh-previous-undeleted-msg #[(&optional arg) "└┬yê├ ┼┬$½â╟ ç╚    !¡ä╩    !ç" [backward mh-next-direction 0 re-search-backward mh-good-msg-regexp nil arg mh-maybe-show get-buffer mh-show-buffer delete-windows-on] 5 "\
  234. Move to previous undeleted message in window." "p"])
  235. (fset 'mh-print-msg #[(prefix-provided msg-or-seq) "½å┴┬!ê¬ä┴├!ê½╖─┼╞╟╔#╩╦ \";½ç─╬\"¬ü╧╨!─½ç─╥\"¬ç─╘#\"&¬«─╒╩╦ \"╓!;½ç─╬\"¬ü╧─½ç─╥\"¬ç─╘#\"%½è┘█#ê¬î▄▌ëë█&ê½è▐▀ #ê¬êß▀ #êΓπΣ#ê½à┴σ!¬â┴µ!)ç" [prefix-provided message "Printing sequence..." "Printing message..." format "(scan -clear %s ; %s -nobell -clear %s %s) | %s" mapconcat (lambda (msg) msg) msg-or-seq " " expand-file-name "mhl" mh-lib mhl-formfile "-form %s" "" mh-msg-filenames mh-lpr-command-format "Sequence from %s" mh-current-folder "%s/%d" "%s -nobell -clear %s %s | %s" mh-msg-filename print-command mh-print-background mh-exec-cmd-daemon shell-file-name "-c" call-process nil mh-notate-seq 80 mh-cmd-note mh-notate mh-add-msgs-to-seq printed t "Printing sequence...done" "Printing message...done"] 12 "\
  236. Print MESSAGE(s) (default: displayed message) on a line printer.
  237. If (optional) prefix argument provided, then prompt for the message sequence." (byte-code "ë½è┴┬├─┼\"!!¬â╞┼!Dç" [current-prefix-arg reverse mh-seq-to-msgs mh-read-seq-default "Print" t mh-get-msg-num] 6)])
  238. (fset 'mh-put-msg-in-seq #[(prefix-provided from to) "┬ \"ç" [to mh-previous-seq mh-add-msgs-to-seq from] 3 "\
  239. Add MESSAGE(s) (default: displayed message) to SEQUENCE.
  240. If (optional) prefix argument provided, then prompt for the message sequence." (byte-code "ë½ê┴┬├─\"!¬â┼─!┬╞╟\"Eç" [current-prefix-arg mh-seq-to-msgs mh-read-seq-default "Add messages from" t mh-get-msg-num "Add to" nil] 5)])
  241. (fset 'mh-rescan-folder #[(range) "└┬ «ü┼\"ç" [forward mh-next-direction mh-scan-folder mh-current-folder range "all"] 3 "\
  242. Rescan a folder after optionally processing the outstanding commands.
  243. If (optional) prefix argument is provided, prompt for the range of
  244. messages to display.  Otherwise show the entire folder." (byte-code "¡â┴┬!Cç" [current-prefix-arg read-msg-range "Range [all]? "] 2)])
  245. (fset 'mh-redistribute #[(to cc msg) "└ïç" [((byte-code "┴┬ ¡â─!╞#╔╩!ê╦ ═▒ê╧ܼç╨═▒ê╤e╥╞#ê╙ ê╘╒!ê ½ù╓╫╞╩╞╪┘┌█ ▄▌\"█ $&ê¬ÿ╓╫╞╩╞╪┘▀─\"▄▌\"█ $&êα!ΓπΣ┘σ #&êµ!ê╘τ!*ç" [mh-current-folder mh-read-draft "redistribution" mh-redist-full-contents mh-msg-filename msg nil draft folder mh-goto-header-end 0 "Resent-To: " to "\n" cc "" "Resent-cc: " mh-clean-msg-header "^Message-Id:\\|^Received:\\|^Return-Path:\\|^Sender:\\|^Date:\\|^From:" save-buffer message "Redistributing..." call-process "/bin/sh" "-c" format "mhdist=1 mhaltmsg=%s %s -push %s" buffer-file-name expand-file-name "send" mh-progs "mhdist=1 mhaltmsg=%s mhannotate=1 %s -push %s" mh-annotate-msg mh-note-dist "-component" "Resent:" "-text" "\"%s %s\"" kill-buffer "Redistributing...done"] 12))] 1 "\
  246. Redistribute a letter.
  247. Depending on how your copy of MH was compiled, you may need to change the
  248. setting of the variable mh-redist-full-contents.  See its documentation." (byte-code "└┴!└┬!├─!Eç" [read-string "Redist-To: " "Redist-Cc: " mh-get-msg-num t] 4)])
  249. (fset 'mh-write-msg-to-file #[(msg file) "└    !┬ !╞ Bè╚╔!qê╩ ê╦!ê╠ed #+ç" [mh-msg-filename msg mh-expand-file-name file output-file file-name write mh-last-destination get-buffer-create " *mh-temp*" erase-buffer insert-file-contents append-to-file] 4 "\
  250. Append MESSAGE to the end of a FILE." (byte-code "└┴!\n@├=½å─\nA!¬ü╟╚╔╩\"#)Dç" [mh-get-msg-num t mh-last-destination write file-name-directory default-directory default-dir read-file-name "Save message in file: " expand-file-name "mail.out"] 7)])
  251. (fset 'mh-search-folder #[(folder) "└┴!ê┬ ├U¼à─┼!¼à╞ ê¬ä╟╚!ê    ë\nç" [switch-to-buffer-other-window "pick-pattern" buffer-size 0 y-or-n-p "Reuse pattern? " mh-make-pick-template message "" folder mh-searching-folder] 2 "\
  252. Search FOLDER for messages matching a pattern." (byte-code "└┴\n├#Cç" [mh-prompt-for-folder "Search" mh-current-folder t] 4)])
  253. (fset 'mh-send #[(to cc subject) "└ ┬ ê├     $)ç" [current-window-configuration config delete-other-windows mh-send-sub to cc subject] 5 "\
  254. Compose and send a letter." "sTo: \nsCc: \nsSubject: "])
  255. (fset 'mh-send-other-window #[(to cc subject) "└┬ ╞ $)ç" [t pop-up-windows mh-send-sub to cc subject current-window-configuration] 5 "\
  256. Compose and send a letter in another window.." "sTo: \nsCc: \nsSubject: "])
  257. (fset 'mh-send-sub #[(to cc subject config) "┴┬!┼╞!ê╟╚╔╩╦ \"!½ç╩╦ \"¬ô╔╩╦\"!½ç╩╦\"¬â╬╧!┬#╤╥╘╓&ê╪┬!êdbê┼┘!ê┌█ ┬ë&\n+ç" [mh-current-folder mh-get-msg-num nil msg-num folder message "Composing a message..." mh-read-draft "message" file-exists-p expand-file-name "components" mh-user-path mh-lib error "Can't find components file" draft mh-insert-fields "To:" to "Subject:" subject "Cc:" cc set-buffer-modified-p "Composing a message...done" mh-compose-and-send-mail "" config] 11 "\
  258. Do the real work of composing and sending a letter.
  259. Expects the TO, CC, and SUBJECT fields as arguments.
  260. CONFIG is the window configuration before sending mail."])
  261. (fset 'mh-show #[(&optional msg) "¼ä┴┬!┬─┼!ê╞╟ !╚ =¼â╔ ê\n ╠ ê═ \"ê)╬╧!ê╨╤ Z!ê╙╘!ê>?¡çBëç" [msg mh-get-msg-num t mh-showing mh-set-mode-name "mh-e show" next-window minibuffer-window selected-window delete-other-windows mh-current-folder folder mh-show-message-in-other-window mh-display-msg other-window -1 shrink-window window-height mh-summary-height mh-recenter nil mh-seen-list] 3 "\
  262. Show MESSAGE (default: displayed message).
  263. Forces a two-window display with the folder window on top (size
  264. mh-summary-height) and the show buffer below it." nil])
  265. (fset 'mh-sort-folder #[nil "└    !ê┬─┼!ê╞╟!ê╚╔    \"ê╞╩!ê╦    ╠\"ç" [mh-process-or-undo-commands mh-current-folder forward mh-next-direction mh-set-folder-modified-p t message "Sorting folder..." mh-exec-cmd "sortm" "Sorting folder...done" mh-scan-folder "all"] 3 "\
  266. Sort the messages in the current folder by date." ""])
  267. (fset 'mh-toggle-showing #[nil "½â┴ ç┬ ç" [mh-showing mh-set-scan-mode mh-show] 1 "\
  268. Toggle the scanning mode/showing mode of displaying messages." nil])
  269. (fset 'mh-undo #[(prefix-provided msg-or-seq) "└yê┴\n!½« ½Æ─┼╞!\"ê╚╔\n#ê¬╚╦ \" ═╬╧#ê╨╔\n#ꬻ┴!½⌐ ½Æ─╥╞!\"ê╚╔\n#ê¬Ä─╙\"ê╨╔\n#ê─╒\"ê╓ ?¡â╫╪!ç" [0 looking-at mh-deleted-msg-regexp prefix-provided mh-mapc #[(msg) "└    \n\"├    ─┼#ç" [delq msg mh-delete-list mh-remove-msg-from-seq deleted t] 4] mh-seq-to-msgs msg-or-seq mh-notate-seq 32 mh-cmd-note delq mh-delete-list mh-remove-msg-from-seq deleted t mh-notate mh-refiled-msg-regexp #[(msg) "└┴\n\"ç" [mh-mapc #[(dest) "└    \n├#ç" [mh-remove-msg-from-seq msg dest t] 4] mh-refile-list] 3] #[(dest) "└    \n├#ç" [mh-remove-msg-from-seq msg-or-seq dest t] 4] mh-refile-list #[(elt) "└    !?¡å┬     \"ëç" [mh-seq-to-msgs elt delq mh-refile-list] 3] mh-outstanding-commands-p mh-set-folder-modified-p nil] 4 "\
  270. Undo the deletion or refile of the specified MESSAGE(s).
  271. Default is the displayed message.  If (optional) prefix argument is
  272. provided, then prompt for the message sequence." (byte-code "ë½å┴┬├\"¬â─├!Dç" [current-prefix-arg mh-read-seq-default "Undo" t mh-get-msg-num] 4)])
  273. (fset 'mh-undo-folder #[(&rest ignore) "¼à┴┬!½₧├├├╟╔ \n├ë  ═╬!*╧├!ê)ç╨╤!ê╥╙!ç" [mh-do-not-confirm yes-or-no-p "Undo all commands in folder? " nil mh-delete-list mh-refile-list mh-seq-list forward mh-next-direction buffer-modified-p folder-updating-mod-flag buffer-file-name buffer-read-only mh-unmark-all-headers t mh-set-folder-modified-p message "Commands not undone." sit-for 2] 3 "\
  274. Undo all commands in current folder." ""])
  275. (fset 'mh-visit-folder #[(folder &optional range) "└ ┬ «ü┼\"ê    ë)ç" [current-window-configuration config mh-scan-folder folder range "all" mh-previous-window-config] 3 "\
  276. Visit FOLDER and display RANGE of messages." (byte-code "└┴┬├#─┼!Dç" [mh-prompt-for-folder "Visit" "+inbox" t read-msg-range "Range [all]? "] 4)])
  277. (fset 'mh-widen #[nil "└ ┬ëed|ê~ê┼ ê*╞    !ê)┬ëç" [buffer-modified-p folder-updating-mod-flag nil buffer-file-name buffer-read-only mh-make-folder-mode-line mh-set-folder-modified-p mh-narrowed-to-seq] 2 "\
  278. Remove restrictions from the current folder, thereby showing all messages." ""])
  279. (byte-code "└┴Mê┬├Mê─┼Mê╞╟Mê╚╔Mê╩╦Mê╠═Mê╬╧Mê╨╤Mê╥╙Mê╘╒Mê╓╫Mê╪┘Mç" [mh-delete-a-msg #[(msg) "è└    ┬├#ê─!½à╞╟    \"ê─!?¡û╔├!ê    \nB\n╦    ╠├#ê═    ╬#)ç" [mh-goto-msg msg nil t looking-at mh-refiled-msg-regexp error "Message %d is refiled.  Undo refile before deleting." mh-deleted-msg-regexp mh-set-folder-modified-p mh-delete-list mh-add-msgs-to-seq deleted mh-notate 68 mh-cmd-note] 4] mh-refile-a-msg #[(msg destination) "è└    ┬├#ê─!½ç╞╟    \"ꬢ─!½ò╔╩    \"ê╦╠═├!╬╧╤!&ê╙├!ê>¼çB    ╒!>¼ç╓    ├#ê╫    ╪#)ç" [mh-goto-msg msg nil t looking-at mh-deleted-msg-regexp error "Message %d is deleted.  Undo delete before moving." mh-refiled-msg-regexp message "Message %d is already refiled.  Copying..." mh-exec-cmd "refile" mh-get-msg-num "-link" "-src" mh-current-folder symbol-name destination mh-set-folder-modified-p mh-refile-list mh-seq-to-msgs mh-add-msgs-to-seq mh-notate 94 mh-cmd-note] 8] mh-display-msg #[(msg-num folder) "qê    \n ┼!    \n  ╧\n!¼å╨╤\"ê╥    !ê½ä╘p!ê\nÜ?¡ε╓ ê╫ ê╪┘ ê½¥;½Ä┌█▄▌▐\n&ê¬Å┌█▄▌\n$ê¬à▀\n!êebê½ìαe  #êebê¬æß\"πΣ╪ß#êσyêµσ!ê)τ╪!ê\nΦ╪!êΘ*#Cë+.ç" [folder mhl-formfile mh-clean-message-header mh-invisible-headers mh-visible-headers mh-msg-filename msg-num mh-show-buffer mh-current-folder show-buffer msg-filename visible-headers invisible-headers clean-message-header formfile file-exists-p error "Message %d does not exist" switch-to-buffer mh-bury-show-buffer bury-buffer buffer-file-name clear-visited-file-modtime unlock-buffer nil erase-buffer mh-exec-lib-cmd-output "mhl" "-nobell" "-noclear" "-form" insert-file-contents mh-clean-msg-header t case-fold-search re-search-forward "^To:\\|^From:\\|^Subject:\\|^Date:" 0 mh-recenter set-buffer-modified-p set-mark format mh-show-buffer-mode-line-buffer-id mode-line-buffer-identification] 7] mh-invalidate-show-buffer #[nil "└    !¡êè    qê┬ë)ç" [get-buffer mh-show-buffer nil buffer-file-name] 2] mh-show-message-in-other-window #[nil "┬    !ê ¡â─p!)ç" [mh-show-buffer buffer switch-to-buffer-other-window mh-bury-show-buffer bury-buffer] 2] mh-clean-msg-header #[(start invisible-headers visible-headers) "└î\nbê├─┼└#½ä╞╟!ê\n`}êeb꽡`dW½┼╔yê╩!½ì╦yê╩╠!½j╦yê¬v═╦!ê╩╠!½\\╔yê═╦!ê¬r╬┼└#½ò╔yê═╦!ê╩╠!½l╔yê═╦!ê¬r╨ *ç" [t case-fold-search start search-forward "\n\n" nil backward-char 2 visible-headers 0 looking-at 1 "^[     ]+" mh-delete-line re-search-forward invisible-headers unlock-buffer] 4] mh-delete-line #[(lines) "`èyê`)|ç" [lines] 2] mh-read-draft #[(use initial-contents delete-contents-file) "½ù    ├─┼ ╞\"!ê╟╚╔╩ \"!ê\n)¬└╦╠\"├╠!ê╧ ½Å╨╤!½å╥╙!ê¬ä╘╒!ê╫ ê╪ ê┘!½æܼè█!ê▄!ê)½á▌ ▐U¼ë╨╚▀ \"!¼æß ê█!ê\"½à▄!êπΣ!ê½âσ ê╩ ç" [mh-draft-folder default-directory orig-default-dir pop-to-buffer find-file-noselect mh-new-draft-name t rename-buffer format "draft-%s" buffer-name expand-file-name "draft" mh-user-path draft-name buffer-modified-p y-or-n-p "Draft has been modified; kill anyway? " set-buffer-modified-p nil error "Draft preserved" buffer-file-name clear-visited-file-modtime unlock-buffer file-exists-p initial-contents insert-file-contents delete-file buffer-size 0 "A draft exists.  Use for %s? " use erase-buffer delete-contents-file auto-save-mode 1 save-buffer] 4] mh-new-draft-name #[nil "è└┴!qê┬ ê├─┼╟$ê`╚ S{)ç" [get-buffer-create " *mh-temp*" erase-buffer mh-exec-cmd-output "mhpath" nil mh-draft-folder "new" mark] 5] mh-next-msg #[nil "┴=½ä┬├!ç─├!ç" [mh-next-direction forward mh-next-undeleted-msg 1 mh-previous-undeleted-msg] 2] mh-set-scan-mode #[nil "└    !½ä┬    !ê├─!ê┼¡â╚┼!ç" [get-buffer mh-show-buffer delete-windows-on mh-set-mode-name "mh-e scan" nil mh-showing mh-recenter-summary-p mh-recenter] 2] mh-maybe-show #[(&optional msg) "¡â┴\n!ç" [mh-showing mh-show msg] 2] mh-set-mode-name #[(mode-name-string) "è┬ qê)├─ !ç" [mode-name-string mode-name other-buffer set-buffer-modified-p buffer-modified-p] 2]] 2)
  280. (defvar mh-current-folder nil "\
  281. Name of current folder, a string.")
  282. (defvar mh-show-buffer nil "\
  283. Buffer that displays mesage for this folder.")
  284. (defvar mh-folder-filename nil "\
  285. Full path of directory for this folder.")
  286. (defvar mh-showing nil "\
  287. If non-nil, show the message in a separate window.")
  288. (defvar mh-next-seq-num nil "\
  289. Index of free sequence id.")
  290. (defvar mh-delete-list nil "\
  291. List of msg numbers to delete.")
  292. (defvar mh-refile-list nil "\
  293. List of folder names in mh-seq-list.")
  294. (defvar mh-seq-list nil "\
  295. Alist of (seq . msgs) numbers.")
  296. (defvar mh-seen-list nil "\
  297. List of displayed messages.")
  298. (defvar mh-next-direction 'forward "\
  299. Direction to move to next message.")
  300. (defvar mh-narrowed-to-seq nil "\
  301. Sequence display is narrowed to.")
  302. (defvar mh-first-msg-num nil "\
  303. Number of first msg in buffer.")
  304. (defvar mh-last-msg-num nil "\
  305. Number of last msg in buffer.")
  306. (byte-code "└┴Mê┬├─┼#ç" [mh-make-folder #[(name) "└    !ê┬─ ê┼╞ ê╟┬!ê    ╩╦!ç" [switch-to-buffer name nil buffer-read-only erase-buffer t mh-folder-mode mh-set-folder-modified-p mh-folder-filename buffer-file-name mh-set-mode-name "mh-e scan"] 2] put mh-folder-mode mode-class special] 4)
  307. (fset 'mh-folder-mode #[nil "└ ê┴\n!ê├┼╞!ê╟╚╔ ╩╦╠╔ \"═╬╧╔ !!╨╤╥╙╘╤╒╤╓╤╫╤╪┘┌╤█╤▄╤▌╤&ê▐▀!êα!Γπ!êΣ#Γσ!êµ%τΦ!ç" [kill-all-local-variables use-local-map mh-folder-mode-map mh-folder-mode major-mode mh-set-mode-name "mh-e folder" make-local-vars mh-current-folder buffer-name mh-show-buffer format "show-%s" mh-folder-filename file-name-as-directory mh-expand-file-name mh-showing nil mh-next-seq-num 0 mh-delete-list mh-refile-list mh-seq-list mh-seen-list mh-next-direction forward mh-narrowed-to-seq mh-first-msg-num mh-last-msg-num mh-previous-window-config auto-save-mode -1 t buffer-offer-save make-local-variable write-file-hooks (mh-execute-commands) revert-buffer-function mh-undo-folder run-hooks mh-folder-mode-hook] 29 "\
  308. Major mode for \"editing\" an MH folder scan listing.
  309. Messages can be marked for refiling and deletion.  However, both actions
  310. are deferred until you request execution with \\[mh-execute-commands].
  311. \\{mh-folder-mode-map}
  312.   A prefix argument (\\[universal-argument]) to delete, refile, list, or undo
  313. applies the action to a message sequence.
  314.  
  315. Variables controlling mh-e operation are (defaults in parentheses):
  316.  
  317.  mh-bury-show-buffer (t)
  318.     Non-nil means that the buffer used to display message is buried.
  319.     It will never be offered as the default other buffer.
  320.  
  321.  mh-clean-message-header (nil)
  322.     Non-nil means remove header lines matching the regular expression
  323.     specified in mh-invisible-headers from messages.
  324.  
  325.  mh-visible-headers (nil)
  326.     If non-nil, it contains a regexp specifying the headers that are shown in
  327.     a message if mh-clean-message-header is non-nil.  Setting this variable
  328.     overrides mh-invisible-headers.
  329.  
  330.  mh-do-not-confirm (nil)
  331.     Non-nil means do not prompt for confirmation before executing some
  332.     non-recoverable commands such as mh-kill-folder and mh-undo-folder.
  333.  
  334.  mhl-formfile (nil)
  335.     Name of format file to be used by mhl to show messages.
  336.     A value of T means use the default format file.
  337.     Nil means don't use mhl to format messages.
  338.  
  339.  mh-lpr-command-format (\"lpr -p -J '%s'\")
  340.     Format for command used to print a message on a system printer.
  341.  
  342.  mh-recenter-summary-p (nil)
  343.     If non-nil, then the scan listing is recentered when the window displaying
  344.     a messages is toggled off.
  345.  
  346.  mh-summary-height (4)
  347.     Number of lines in the summary window.
  348.  
  349.  mh-ins-buf-prefix (\">> \")
  350.     String to insert before each non-blank line of a message as it is
  351.     inserted in a draft letter.
  352.  
  353. The value of mh-folder-mode-hook is called when a new folder is set up."])
  354. (byte-code "└┴Mê┬├Mê─┼Mê╞╟Mê╚╔Mê╩╦Mê╠═Mê╬╧Mê╨╤Mê╥╙Mê╘╒Mç" [make-local-vars #[(&rest pairs) "¡ö┴@!ê@A@LêAAë¼m┬ç" [pairs make-variable-buffer-local nil] 3] mh-scan-folder #[(folder range) "└    !¼å┬    !ê¬ê├    !ê─    !ê┼!ê╟ed\"╚U½ÿ╔ܽç╩╦    \"ê¬ç╩╠    #ê═╬!ê╧ ç" [get-buffer folder mh-make-folder mh-process-or-undo-commands switch-to-buffer mh-regenerate-headers range count-lines 0 "all" message "Folder %s is empty" "No messages in %s, range %s" sit-for 5 mh-goto-cur-msg] 4] mh-regenerate-headers #[(range) "┬├    \"ê─ ╞ë╔ ê╩╦╞╠═╬╧     &êebê╤╥!½ç╙!ê¬è╤╒!¼à╙!ê╓╫!ê╪    ╞\"┌ ê█▄Ü?¡ü▌!ê*▐╞!ê)┬▀    \")ç" [mh-current-folder folder message "Scanning %s..." buffer-modified-p folder-updating-mod-flag nil buffer-file-name buffer-read-only erase-buffer mh-exec-cmd-output "scan" "-noclear" "-noheader" "-width" window-width range looking-at "scan: no messages in" keep-lines mh-valid-scan-line "scan: " mh-delete-seq-locally cur mh-read-folder-sequences mh-seq-list mh-notate-user-sequences mh-make-folder-mode-line "all" "select" mh-set-folder-modified-p "Scanning %s...done"] 9] mh-get-new-mail #[(maildrop-name) "`┴┼ ╟ë    ╩ ½ê╠═  #¬ä╠╬ \"!ê╧╟!ê╨dbê` ½Æ╙╘╟ ╒╓ !╫╪ ┘&ê¬ê╙╘╟╫╪ $ê╩ ½ê╠┌  #¬ä╠█ \"!êbê▄▌!½ƒ▐!ê bê╩α ½â߬üΓ ½ä ¬üΓ#ꬺπΣ╟┴#½åσµ!ê¬ÜτΦ!êΘ ┴\"*δ ê▐!ê∞ êφ ê┴)\n*ε!ê,ç" [mh-current-folder t return-value folder point-before-inc buffer-modified-p folder-updating-mod-flag nil buffer-file-name buffer-read-only message maildrop-name format "inc %s -file %s..." "inc %s..." mh-unmark-all-headers forward mh-next-direction start-of-inc mh-exec-cmd-output "inc" "-file" expand-file-name "-width" window-width "-truncate" "inc %s -file %s...done" "inc %s...done" looking-at "inc: no mail" keep-lines mh-valid-scan-line "No new mail%s%s" " in " "" re-search-forward "^inc:" error "inc error" mh-delete-seq-locally cur mh-read-folder-sequences mh-seq-list mh-notate-user-sequences mh-make-folder-mode-line mh-goto-cur-msg mh-set-folder-modified-p] 9] mh-make-folder-mode-line #[(&optional annotation) "èebê└┴!dbê├ Të┼W½ì└┴!ë¼à╟yê¬k)╚ed\"    ╩╦ ½ç╩═ \"¬ü╬    ë├U½â╧¬Æ    ╨V½ê╩╤\n#¬ä╩╥\n\"$Cë*ç" [mh-get-msg-num nil mh-first-msg-num 0 lines-checked 5 mh-last-msg-num -1 count-lines lines format "{%%b%s}  %d msg%s" annotation "/%s" "" "s" 1 "s (%d-%d)" " (%d)" mode-line-buffer-identification] 8] mh-unmark-all-headers #[(remove-all-flags) "è└d    Z└ebê` X¡¿    uêg½Å\n╞=¼Å\n╟=¼è\n╚=¼à\n╔=½ç╩╦!ê╠cê└yê¬S,ç" [nil mh-cmd-note char last-line case-fold-search remove-all-flags 68 94 37 43 delete-char 1 " "] 3] mh-goto-cur-msg #[nil "└┴!@ë½ù├\n─┼#½É╞┼╟#ê╔╩!ê╦\n!¬ëdbê╠yê═╬!)ç" [mh-seq-to-msgs cur cur-msg mh-goto-msg t nil mh-notate 43 mh-cmd-note mh-recenter 0 mh-maybe-show -1 message "No current message"] 5] mh-pack-folder-1 #[(range) "└    !ê┬├!ê─┼!êè╞╟╚    ╔$ê)╩ !ç" [mh-process-or-undo-commands mh-current-folder message "Packing folder..." mh-set-folder-modified-p t mh-exec-cmd-quiet " *mh-temp*" "folder" "-pack" mh-regenerate-headers range] 5] mh-process-or-undo-commands #[(folder) "qê┴ ½Å\n¼à├─!½ä┼!ç╞ ç╟ ç" [folder mh-outstanding-commands-p mh-do-not-confirm y-or-n-p "Process outstanding deletes and refiles (or lose them)? " mh-process-commands mh-undo-folder mh-invalidate-show-buffer] 2] mh-process-commands #[(folder) "└┴\n\"ê\nqê├ ┼ë½ì╔\n!½ç╦\n\"ê╠═\"ê½ì╨╤╥\n$ê╙!ê╘ ╒V½ï╓╫╪┼!«ü┘C\"ê┌ ê┼┼█┼\"┼▐▀!êα ê└ß\n\"*Γ┼!ê)ç" [message "Processing deletes and refiles for %s..." folder buffer-modified-p folder-updating-mod-flag nil buffer-file-name buffer-read-only mh-seen-list mh-seq-to-msgs mh-unseen-seq mh-undefine-sequence mh-mapc #[(dest) "└    !ë¡É├─┼╞╚    !\n&ê╔\n!)ç" [mh-seq-to-msgs dest msgs apply mh-exec-cmd "refile" "-src" folder symbol-name mh-delete-scan-msgs] 8] mh-refile-list mh-delete-list apply mh-exec-cmd "rmm" mh-delete-scan-msgs buffer-size 0 mh-define-sequence cur mh-get-msg-num "last" mh-invalidate-show-buffer mh-read-folder-sequences mh-current-folder mh-seq-list mh-unmark-all-headers t mh-notate-user-sequences "Processing deletes and refiles for %s...done" mh-set-folder-modified-p] 5] mh-delete-scan-msgs #[(msgs) "└    ┬\"èebê    ¡í`dW¡£├─!    @U½Å`è─yê`)|ê    Aë¬b─yê¬\\)ç" [sort msgs < mh-get-msg-num nil] 4]] 2)
  355. (fset 'mh-set-folder-modified-p #[(flag) "└    !ç" [set-buffer-modified-p flag] 2 "\
  356. Mark current folder as modified or unmodified according to FLAG."])
  357. (fset 'mh-outstanding-commands-p #[nil "«ü    ç" [mh-delete-list mh-refile-list] 1])
  358. (defvar mh-sent-from-folder nil "\
  359. Folder of msg associated with this letter.")
  360. (defvar mh-sent-from-msg nil "\
  361. Number of msg associated with this letter.")
  362. (defvar mh-send-args nil "\
  363. Extra arguments to pass to \"send\" command.")
  364. (defvar mh-annotate-char nil "\
  365. Character to use to annotate mh-sent-from-msg.")
  366. (defvar mh-annotate-field nil "\
  367. Field name for message annotation.")
  368. (fset 'mh-letter-mode #[nil "└ ê┴┬!ê├\nP┴─!ê├ P┴┼!ê┴╞!ê┴╟!ê┴╚!ê┴╔!ê┴╩!ê╦ !ê═╧╨!ê╤!ê╙╘╒\"ç" [kill-all-local-variables make-local-variable paragraph-start "^[     ]*[-_][-_][-_]+$\\|" paragraph-separate mh-send-args mh-annotate-char mh-annotate-field mh-previous-window-config mh-sent-from-folder mh-sent-from-msg use-local-map mh-letter-mode-map mh-letter-mode major-mode mh-set-mode-name "mh-e letter" set-syntax-table mh-letter-mode-syntax-table run-hooks text-mode-hook mh-letter-mode-hook] 3 "\
  369. Mode for composing letters in mh-e.
  370. When you have finished composing, type \\[mh-send-letter] to send the letter.
  371.  
  372. Variables controlling this mode (defaults in parentheses):
  373.  
  374.  mh-delete-yanked-msg-window (nil)
  375.     If non-nil, \\[mh-yank-cur-msg] will delete any windows displaying
  376.     the yanked message.
  377.  
  378.  mh-yank-from-start-of-msg (t)
  379.     If non-nil, \\[mh-yank-cur-msg] will include the entire message.
  380.     If `body', just yank the body (no header).
  381.     If nil, only the portion of the message following the point will be yanked.
  382.     If there is a region, this variable is ignored.
  383.  
  384. Upon invoking mh-letter-mode, text-mode-hook and mh-letter-mode-hook are
  385. invoked with no args, if those values are non-nil.
  386.  
  387. \\{mh-letter-mode-map}" nil])
  388. (fset 'mh-to-field #[nil "└ ê┴┬ ─\"\"A╞╔╞\"½è╩╦!?¡ó╠c¬₧ebê═╬!ê╧yê╩╨!½à╧yê¬v╤╥\"cê╙╧!*ç" [expand-abbrev assoc logior last-input-char 96 mh-to-field-choices t case-fold-search target mh-position-on-field looking-at "[     ]" " " re-search-forward "^To:" 1 "^[     ]" format "%s \n" backward-char] 4 "\
  389. Move point to the end of a specified header field.
  390. The field is indicated by the previous keystroke.  Create the field if
  391. it does not exist.  Set the mark to point before moving." ""])
  392. (fset 'mh-to-fcc #[nil "└ êè┴┬├─┼╞#╟╚O\")ç" [expand-abbrev mh-insert-fields "Fcc:" mh-prompt-for-folder "Fcc" "" t 1 nil] 6 "\
  393. Insert a Fcc: field in the current message.
  394. Prompt for the field name with a completion list of the current folders." nil])
  395. (fset 'mh-insert-signature #[nil "└┴!ê┬├ !ç" [insert-file-contents "~/.signature" set-buffer-modified-p buffer-modified-p] 2 "\
  396. Insert the file ~/.signature at the current point." ""])
  397. (fset 'mh-check-whom #[nil "└ ┬├!ê─ ê┼╞!ê╟╚!ê╔p!ê╩ ê╦╠├    #ê═╬!ê┼╧!)ç" [buffer-file-name file-name set-buffer-modified-p t save-buffer message "Checking recipients..." switch-to-buffer-other-window "*Mail Recipients*" bury-buffer erase-buffer mh-exec-cmd-output "whom" other-window -1 "Checking recipients...done"] 4 "\
  398. Verify recipients of the current letter." nil])
  399. (defvar mh-searching-folder nil "\
  400. Folder this pick is searching.")
  401. (fset 'mh-make-pick-template #[nil "└ ê┴ ê┬├!ê─┼╞╟╚╔▒ê╩ ê╦ !êebê═ç" [erase-buffer kill-all-local-variables make-local-variable mh-searching-folder "From: \n" "To: \n" "Cc: \n" "Date: \n" "Subject: \n" "---------\n" mh-letter-mode use-local-map mh-pick-mode-map nil] 6])
  402. (fset 'mh-do-pick-search #[nil "└     ┬ëëè╚!½Äqê╔╩  #¬ë═!ê╬╧)╨╤!êebê╥!ë½ù╙╘╒ B╓╫╪»ñ#╫¬a╨┌!ê ½ë█\"ê¬à▄!ê▌ ê▐╘▀ T#-ç" [buffer-name mh-searching-folder nil new-buffer pattern range searching-buffer pattern-buffer get-buffer format "%d-%d" mh-first-msg-num mh-last-msg-num mh-make-folder "all" t message "Searching..." mh-next-pick-field mh-seq-from-command search "pick" "-sequence" "search" "-list" msgs "Searching...done" mh-scan-folder switch-to-buffer delete-other-windows mh-notate-seq 37 mh-cmd-note] 9 "\
  403. Find messages that match the qualifications in the current pattern buffer.
  404. Messages are searched for in the folder named in mh-searching-folder.
  405. Put messages found in a sequence named `search'." nil])
  406. (byte-code "└┴Mê┬├Mç" [mh-next-pick-field #[(buffer) "qê┴m½â├¬╚─┼├┴#½¥╞╟╚ö╚ò{ù\"    ╩ö╩ò{ ╚yê     *D¬ñ─╠├┴#½£╚uê`d{ëG╬V¡ï╧Ü?¡ä╨D)¬ü├)ç" [buffer t case-fold-search nil re-search-forward "^\\([a-z].*\\):[     ]*\\([a-z0-9].*\\)$" format "--%s" 1 component 2 pat "^-*$" body 0 "\n" "-search"] 5] mh-compose-and-send-mail #[(draft send-args sent-from-folder sent-from-msg to subject cc annotate-char annotate-field config) "└    !ê┬ ê     \n  ╧C╤╥!¡┤╥J¡░╥Jë<½₧@╘=¼ù¡£@#êAë¬k#)ç" [pop-to-buffer draft mh-letter-mode sent-from-folder mh-sent-from-folder sent-from-msg mh-sent-from-msg send-args mh-send-args annotate-char mh-annotate-char annotate-field mh-annotate-field config mh-previous-window-config "{%b}" mode-line-buffer-identification boundp mh-compose-letter-function value lambda to subject cc] 5]] 2)
  407. (fset 'mh-send-letter #[(&optional arg) "└┴!ê┬├!ê─ ê┼╞!êp╟     \n  ½½═╬!ê╧ ê½Å╤╥├╙╘╒\n&ê¬ï╤╥├╙╘╒\n&ê qê¬ÿ½î╓╥╒╫\n%ê¬ê╓╥╒╫\n$ê½ù┘▄▐▀αßΓ!ßπ!#&ê ½àΣσ!½Äµ !ê    ½àτ    !ê┼Φ!+ç" [run-hooks mh-before-send-letter-hook set-buffer-modified-p t save-buffer message "Sending..." buffer-file-name mh-previous-window-config config file-name draft-buffer arg pop-to-buffer "MH mail delivery" erase-buffer mh-send-args mh-exec-cmd-output "send" "-watch" "-nopush" "-nodraftfolder" mh-exec-cmd-daemon "-noverbose" mh-annotate-char mh-annotate-msg mh-sent-from-msg mh-sent-from-folder "-component" mh-annotate-field "-text" format "\"%s %s\"" mh-get-field "To:" "Cc:" y-or-n-p "Kill draft buffer? " kill-buffer set-window-configuration "Sending...done"] 12 "\
  408. Send the draft letter in the current buffer.
  409. If (optional) prefix argument is provided, monitor delivery.
  410. Run mh-before-send-letter-hook before doing anything." "P"])
  411. (fset 'mh-insert-letter #[(prefix-provided folder msg) "î``}êe    ┬ܽä├ !┼╞╟╚╔    ╩ !\"$ê ?¡É═#ê╨!ê╤!*ç" [start msg "" int-to-string mh-sent-from-msg mh-exec-lib-cmd-output "mhl" "-nobell" "-noclear" expand-file-name mh-expand-file-name folder prefix-provided mh-clean-msg-header mh-invisible-headers mh-visible-headers set-mark mh-insert-prefix-string mh-ins-buf-prefix] 8 "\
  412. Insert a message from any folder into the current letter.
  413. Removes the message's headers using mh-invisible-headers.
  414. Prefixes each non-blank line with mh-ins-buf-prefix (default \">> \").
  415. If (optional) prefix argument provided, do not indent and do not delete
  416. headers.
  417. Leaves the mark before the letter and point after it." (byte-code "┴┬ ─#┼╞╟½ç╞╔\"¬ü╩\"!Eç" [current-prefix-arg mh-prompt-for-folder "Message from" mh-sent-from-folder nil read-input format "Message number%s: " mh-sent-from-msg " [%d]" ""] 8)])
  418. (fset 'mh-yank-cur-msg #[nil "½╪    ½╒`pqê ½à┼!êqê╟ ½å`╟ {¬¥╔=½ïè╩╦!ê`)d{¬î½àed{¬â`d{ \nqê ë}ê═ ê cê╬!ê╨cê~+ç╤╥!ç" [mh-sent-from-folder mh-sent-from-msg to-buffer to-point mh-delete-yanked-msg-window delete-windows-on mh-show-buffer mark mh-yank-from-start-of-msg body mh-goto-header-end 1 mh-ins-str push-mark mh-insert-prefix-string mh-ins-buf-prefix "\n" error "There is no current message"] 2 "\
  419. Insert the current message into the draft buffer.
  420. Prefix each non-blank line in the message with the string in
  421. mh-ins-buf-prefix.  If a region is set in the message's buffer, then
  422. only the region will be inserted.  Otherwise, the entire message will
  423. be inserted if mh-yank-from-start-of-msg is non-nil.  If this variable
  424. is nil, the portion of the message following the point will be yanked.
  425. If mh-delete-yanked-msg-window is non-nil, any window displaying the
  426. yanked message will be deleted." nil])
  427. (fset 'mh-insert-prefix-string #[(ins-string) "ebêm?¡êcê┴yê¬tç" [ins-string 1] 1])
  428. (fset 'mh-fully-kill-draft #[nil "└┴!½ó\n─┼ !½à╞┼ !ê╟╚!ê╔╩ !ê╦╠!ê ¡â═ !)ç╬╧!ç" [y-or-n-p "Kill draft message? " mh-previous-window-config config file-exists-p buffer-file-name delete-file set-buffer-modified-p nil kill-buffer buffer-name message "" set-window-configuration error "Message not killed"] 2 "\
  429. Kill the draft message file and the draft message buffer.
  430. Use \\[kill-buffer] if you don't want to delete the draft message file." ""])
  431. (byte-code "└┴Mê┬├Mê─┼Mê╞╟Mê╚╔Mç" [mh-recenter #[(arg) "└p!┴ =¡ë┬ ½â ¬ü─!ç" [get-buffer-window selected-window recenter arg (t)] 2] mh-make-seq #[(name msgs) "    Bç" [name msgs] 2] mh-seq-name (macro . #[(pair) "└    Dç" [car pair] 2]) mh-seq-msgs (macro . #[(pair) "└    Dç" [cdr pair] 2]) mh-find-seq #[(name) "└    \n\"ç" [assoc name mh-seq-list] 3]] 2)
  432. (fset 'mh-seq-to-msgs #[(seq) "└    !Aç" [mh-find-seq seq] 2 "\
  433. Return a list of the messages in SEQUENCE."])
  434. (byte-code "└┴Mê┬├Mê─┼Mê╞╟Mê╚╔Mê╩╦Mê╠═Mê╬╧Mê╨╤Mê╥╙Mê╘╒Mê╓╫Mç" [mh-seq-containing-msg #[(msg) "┴ë½ô @A>½å @@\nB Aë¼m\n*ç" [mh-seq-list nil seqs l msg] 3] mh-msg-to-seq #[(msg) "└    !@ç" [mh-seq-containing-msg msg] 2] mh-read-seq-default #[(prompt not-empty) "└    \n «ü #ç" [mh-read-seq prompt not-empty mh-narrowed-to-seq mh-previous-seq] 4] mh-read-seq #[(prompt not-empty &optional default) "└┴┬ ─½å┴╞\"¬ü╟$╚    !\"ë\n╦ܽç╠═╬!!¬ì\n╟ܽâ¬ä╧\n!╤!ë¼î½ê╘┴╒\"!ê+ç" [completing-read format "%s %s %s" prompt "sequence:" default "[%s] " "" mh-seq-names mh-seq-list input "%" mh-msg-to-seq mh-get-msg-num t intern seq mh-seq-to-msgs msgs not-empty error "No messages in sequence `%s'"] 9] mh-read-folder-sequences #[(folder define-sequences) "└\n½ë├ !ê┼╞ \"êè╟╚╔\n╦$êebê╠═└╬#½É╧╨╤ö╤ò{!╥ \"    B¬ie`|ê)    )ç" [nil seqs define-sequences mh-define-sequences mh-seq-list mh-mapc #[(seq) "└    @!¡à    \nBëç" [mh-folder-name-p seq seqs] 2] mh-exec-cmd-quiet " *mh-temp*" "mark" folder "-list" re-search-forward "^[a-zA-Z]+" t mh-make-seq intern 0 mh-read-msg-list] 5] mh-seq-names #[(seq-list) "└┴\n\"ç" [mapcar #[(entry) "└    @!Cç" [symbol-name entry] 2] seq-list] 3] mh-seq-from-command #[(folder seq seq-command) "└ë┴è┼ïêqê ƒ╟ \"    B     ,ç" [nil t case-fold-search msgs msg ((byte-code "└┴┬ #êebê─ @ë½ïB╟yê¬n└ç" [apply mh-exec-cmd-quiet " *mh-temp*" seq-command mh-read-msg-list msg msgs 1] 4)) folder mh-make-seq seq mh-seq-list] 3] mh-read-msg-list #[nil "└è└ê`)└─┼\n╞#½╔╟╚ö╚ò{!╔╩!½▒╦uê─┼\n╞#ê╟╚ö╚ò{!ë     W½ç═╬     #ê     X½è     B    Të¬q)¬;    ╚U¼6     B¬0 +ç" [nil num end-of-line msgs re-search-forward "[0-9]+" t string-to-int 0 looking-at "-" 1 num2 error "Bad message range: %d-%d"] 5] mh-remove-seq #[(seq) "└┴\n├ T\n%ê┼\n╞C\"ê╟\n!ç" [mh-map-to-seq-msgs mh-notate-if-in-one-seq seq 32 mh-cmd-note mh-undefine-sequence "all" mh-delete-seq-locally] 6] mh-delete-seq-locally #[(seq) "└    !├\n \"ë)ç" [mh-find-seq seq entry delq mh-seq-list] 3] mh-remove-msg-from-seq #[(msg seq &optional internal-flag) "└    !ë¡¢├ ┼T\n@$ê¼å╚     C\"ê\n╔ \nA\"í)ç" [mh-find-seq seq entry mh-notate-if-in-one-seq msg 32 mh-cmd-note internal-flag mh-undefine-sequence delq] 6] mh-add-msgs-to-seq #[(msgs seq &optional internal-flag) "└    ! ½ç :¼â C\n¼ë─     \"B¬ï ½ê\n╞ \nA\"íê?¡î╚     \"ê╔    ╩ T#)ç" [mh-find-seq seq entry msgs mh-make-seq mh-seq-list append internal-flag mh-add-to-sequence mh-notate-seq 37 mh-cmd-note] 4]] 2)
  435. (fset 'mh-rename-seq #[(seq new-name) "└    !ë½å\n áê¬à─┼    \"ê╞    \nA\"ê╟ \nA\")ç" [mh-find-seq seq old-seq new-name error "Sequence %s does not exists" mh-undefine-sequence mh-define-sequence] 4 "\
  436. Rename a SEQUENCE to have a new NAME." "SOld sequence name: \nSNew name: "])
  437. (byte-code "└┴Mê┬├Mê─┼Mê╞╟Mê╚╔Mê╩╦Mê╠═Mê╬╧Mê╨╤Mê╥╙Mê╘╒Mê╓╫Mê╪┘Mê┌█Mê▄▌Mê▐▀MêαßMêΓπMêΣσMêµτMêΦΘMêΩδMê∞φMç" [mh-notate-user-sequences #[nil "┴ë¡ÿ @@─\n!¼ê┼\n╞T#ê Aë¼i┴*ç" [mh-seq-list nil name seqs mh-internal-seq mh-notate-seq 37 mh-cmd-note] 5] mh-internal-seq #[(name) "┴>«ê\n=«â├!ç" [name (answered cur deleted forwarded printed) mh-unseen-seq mh-folder-name-p] 2] mh-folder-name-p #[(name) "9½ê┴!┬H├=ç┬H├=ç" [name symbol-name 0 43] 2] mh-notate-seq #[(seq notation offset) "└┴\n $ç" [mh-map-to-seq-msgs mh-notate seq notation offset] 5] mh-notate-if-in-one-seq #[(msg notation offset seq) "└    ! \n@=¡ï\nA?¡å─    #)ç" [mh-seq-containing-msg msg in-seqs seq mh-notate notation offset] 4] mh-map-to-seq-msgs #[(func seq &rest args) "è└    !ë¡ÿ├\n@─ë#½ë┼\n@#ê\nAë¼i╚*ç" [mh-seq-to-msgs seq msgs mh-goto-msg t apply func args nil] 5] mh-map-over-seqs #[(func seq-list) "¡É    @@@A\"êAë¼q┬ç" [seq-list func nil] 4] mh-define-sequences #[(seq-list) "└┴\n\"ç" [mh-map-over-seqs mh-define-sequence seq-list] 3] mh-add-to-sequence #[(seq msgs) "└    !?¡É\n¡ì├─┼╟╚    !╔\n&ç" [mh-folder-name-p seq msgs apply mh-exec-cmd "mark" mh-current-folder "-sequence" symbol-name "-add"] 8] mh-define-sequence #[(seq msgs) "¡ÿ┴\n!?¡Æè├─┼╟╚\n!╔╩╦!&)ç" [msgs mh-folder-name-p seq apply mh-exec-cmd "mark" mh-current-folder "-sequence" symbol-name "-add" "-zero" mh-list-to-string] 10] mh-undefine-sequence #[(seq msgs) "└┴┬ ─┼!╟&ç" [apply mh-exec-cmd "mark" mh-current-folder "-sequence" symbol-name seq "-delete" msgs] 8] mh-copy-seq-to-point #[(seq location) "└┴\n #ç" [mh-map-to-seq-msgs mh-copy-line-to-point seq location] 4] mh-copy-line-to-point #[(msg location) "└yê`┬yê├    `\"ê bê┼ ê    b)ç" [0 beginning-of-line 1 copy-region-as-kill location yank] 3] mh-exec-cmd #[(command &rest args) "è└qê┴ ê┬├─\"╟╚╟╔\n!&ê╦ ╠V¡é═ï)ç" [" *mh-temp*" erase-buffer apply call-process expand-file-name command mh-progs nil t mh-list-to-string args buffer-size 0 ((byte-code "└┴!ê┬├!ç" [switch-to-buffer-other-window " *mh-temp*" sit-for 5] 2))] 8] mh-exec-cmd-quiet #[(buffer command &rest args) ";½åqê┴ ê┬├─\"╟╟&ç" [buffer erase-buffer apply call-process expand-file-name command mh-progs nil args] 7] mh-exec-cmd-output #[(command display &rest args) "└`┴\"ê┬├─\"╟┴╔\n!&ê╦ ç" [push-mark t apply call-process expand-file-name command mh-progs nil display mh-list-to-string args exchange-point-and-mark] 8] mh-exec-cmd-daemon #[(command &rest args) "è└┴!qê┬ ê)├─╞╟\"╔\n!% ╠ ═\")ç" [get-buffer-create " *mh-temp*" erase-buffer apply start-process command nil expand-file-name mh-progs mh-list-to-string args process set-process-filter mh-process-daemon] 7] mh-process-daemon #[(process output) "└┴!qê┬ !ê─┴!ç" [get-buffer-create " *mh-temp*" insert-before-markers output display-buffer] 2] mh-exec-lib-cmd-output #[(command &rest args) "└`┴\"ê┬├─\"╟┴╟╚    !&ê╩ ç" [push-mark t apply call-process expand-file-name command mh-lib nil mh-list-to-string args exchange-point-and-mark] 8] mh-list-to-string #[(l) "└\n½═\n@½├\n@9½ë├\n@!    B¬╡\n@º½ë─\n@!    B¬º\n@┼ܼí\n@;½ç\n@    B¬ò\n@<½è╞\n@!ƒ    ñ¬å╟╚\n@\"ê\nAë¼3    ƒ)ç" [nil new-list l symbol-name int-to-string "" mh-list-to-string error "Bad element in mh-list-to-string: %s"] 4] mh-annotate-msg #[(msg buffer note &rest args) "└┴┬ %êè qê 9½è╞ T#¬ê╔ T#)ç" [apply mh-exec-cmd "anno" buffer msg args mh-notate-seq note mh-cmd-note mh-notate] 6] mh-notate #[(msg notation offset) "è½ç┴┬ë#¡¥├ ┼ë╚yê    uê╩╦!ê c*═ !ê))ç" [msg mh-goto-msg t buffer-modified-p folder-updating-mod-flag nil buffer-file-name buffer-read-only 0 offset delete-char 1 notation mh-set-folder-modified-p] 4] mh-prompt-for-folder #[(prompt default can-create) "└┴\n ─ܽâ┼¬ä└╞ \"#╟    ¼ä╩     ╦\n    ╟ë╠%ë½ï─ܽà ─ܼh─ܼå╠ܽà ¬ì═!¼ç└╬\"╧╨!!?ë½╡╥└╙\"!½¼╘╒\"ê╓╫╟ëë╨!%ê╘╪\"êC    B    ┘╟OC    B    ¬º½ê┌█\"ꬢ▄    \"¼ôC    B    ┘╟OC    B    )*ç" [format "%s folder%s" prompt default "" "? " " [%s]? " nil name mh-folder-list mh-make-folder-list completing-read "+" mh-folder-name-p "+%s" file-exists-p mh-expand-file-name new-file-p y-or-n-p "Folder %s does not exist. Create it? " message "Creating %s" call-process "mkdir" "Creating %s...done" 1 error "Folder %s is not created" assoc] 8]] 2)
  438. (fset 'mh-make-folder-list #[nil "└┴!ê┬ïç" [message "Collecting folder names..." ((byte-code "└┴┬├ ½â┼¬ü╞$êebê╟ë    m¼û`╩yê╦╠`S{\"C    B    ¬g═╬!ê    *ç" [mh-exec-cmd-quiet " *mh-temp*" "folders" "-fast" mh-recursive-folders "-recurse" "-norecurse" nil start list 1 format "+%s" message "Collecting folder names...done"] 5))] 2 "\
  439. Return a list of the user's folders.
  440. Result is in a form suitable for completing read." nil])
  441. (byte-code "└┴Mê┬├Mê─┼Mê╞╟Mê╚╔Mê╩╦Mç" [mh-remove-folder-from-folder-list #[(folder) "└┴\n├─O\"\"ëç" [delq assoc folder 1 nil mh-folder-list] 5] read-msg-range #[(prompt) "└    !ëG─╞ W½ò╚\n #ë    @B    A)¬fƒ,ç" [read-string prompt buf buf-size 0 start nil input read-from-string next] 5] mh-get-msg-num #[(error-if-no-message) "è└yê┴\n!½ë├─ö─ò{!¬ë½à╞╟!¬ü╚)ç" [0 looking-at mh-msg-number-regexp string-to-int 1 error-if-no-message error "Cursor not pointing to message" nil] 3] mh-msg-search-pat #[(n) "└    \n\"ç" [format mh-msg-search-regexp n] 3] mh-msg-filename #[(msg &optional folder) "└┴\n! ½à─ !¬ü\"ç" [expand-file-name int-to-string msg folder mh-expand-file-name mh-folder-filename] 4] mh-msg-filenames #[(msgs &optional folder) "└┴\n├#ç" [mapconcat #[(msg) "└    \n\"ç" [mh-msg-filename msg folder] 3] msgs " "] 4]] 2)
  442. (fset 'mh-expand-file-name #[(filename &optional default) "└    !½ê┬    ├─O\"ç┬    \"ç" [mh-folder-name-p filename expand-file-name 1 nil mh-user-path default] 4 "\
  443. Just like expand-file-name, but also handles MH folder names.
  444. Assumes that any filename that starts with '+' is a folder name."])
  445. (byte-code "└┴Mê┬├Mê─┼Mê╞╟Mê╚╔Mê╩ !ê╠ ═╬#ê╠ ╧╬#ê╠ ╨╤#ê╠ ╥╙#ê╠ ╘╒#ê╠ ╓╫#ê╠ ╪┘#ê╠ ┌█#ê╠ ▄▌#ê╠ ▐▀#ê╠ αß#ê╠ Γπ#ê╠ Σσ#ê╠ µτ#ê╠ ΦΘ#ê╠ Ωδ#ê╠ ∞φ#ê╠ ε∩#ê╠ ≡±#ê╠ ≥≤#ê╠ ⌠⌡#ê╠ ÷≈#ê╠ °∙#ê╠ ·√#ê╠ ⁿ²#ê╠ ■ #ê╠ ü@ #ê╠ üAüB#ê╠ üCüD#ê╠ üEüF#ê╠ üGüF#ê╠ üHüI#ê╠ üJüK#ê╠ üLüK#ê╠ üMüN#ê╠ üOüP#ê╠ üQüR#ê╠ üSüT#ê╠ üUüV#ê╠ üWüX#ê╠ üYüZ#ê╠ ü[ü\\#ê╠ ü]ü^#ê╠ ü_ü`#ê╠aübüc#ê╠aüdüc#ê╠aüeüc#ê╠aüfüc#ê╠aügüc#ê╠aühüc#ê╠aüiüc#ê╠aüjüc#ê╠aüküc#ê╠aülüc#ê╠aümün#ê╠aüoüp#ê╠aüqür#ê╠aüsüt#ê╠aüuüv#ê╠aüwüx#ê╠yüwüz#ê╠yübüc#ê╠yüdüc#ê╠yüeüc#ê╠yüfüc#ê╠yügüc#ê╠yühüc#ê╠yüiüc#ê╠yüjüc#ê╠yüküc#ê╠yülüc#ê╠yüoüp#ç" [mh-find-path #[nil "è└┴┬!«ü├!┼ !¼à╞╟ \"ê╚╔!qê╩ ê╦ !ê╠═!ë╧ܽà╨¬ì╤!¼ç╥╙\"╠╘!ë╧ܽâ╓╫└└╪!\"!½Ä┼┘!!¼å╞┌\"ê╠█!ë╧ܽå▌ë¬ç▐!ë*ç" [expand-file-name getenv "MH" "~/.mh_profile" profile file-exists-p error "Cannot find MH profile %s" get-buffer-create " *mh-temp*" erase-buffer insert-file-contents mh-get-field "Draft-Folder:" mh-draft-folder "" nil mh-folder-name-p format "+%s" "Path:" mh-user-path "Mail" file-name-as-directory "~" mh-expand-file-name "Draft folder %s does not exist.  Create it and try again." "Unseen-Sequence:" mh-unseen-seq unseen intern] 6] mh-get-field #[(field) "└ebê┬ ─└#¼â┼¬║╞╟!½â┼¬▓╚╔─└#ê╩ö╩ò{` ─yê╞╠!½à╩yê¬v═╩!ê` X½â ¬ê╬╧  `{#*)ç" [t case-fold-search search-forward field nil "" looking-at "[     ]*$" re-search-forward "[     ]*\\([^     \n].*\\)$" 1 end-of-match "[     ]" backward-char format "%s%s"] 5] mh-insert-fields #[(&rest name-values) "└\n¡╡\n@\nA@ ┼ܼóebê╞╟╚ \"╔└#¼ì╩╦!ê ╠ ═▒ê¬ê╔ê╠ ▒ê\nAA*¬H)ç" [t case-fold-search name-values value field-name "" re-search-forward format "^%s" nil mh-goto-header-end 0 " " "\n"] 4] mh-position-on-field #[(field set-mark) "└\n½â├ êebê─┼!ê╞╟╚    \"╩└#¡ä╩ê└)ç" [t case-fold-search set-mark push-mark mh-goto-header-end 0 re-search-backward format "^%s" field nil] 4] mh-goto-header-end #[(arg) "└┴┬ë#¡é yç" [re-search-forward "^$\\|^-+$" nil arg] 4] suppress-keymap mh-folder-mode-map define-key "q" mh-quit "b" "?" mh-msg-is-in-seq "%" mh-put-msg-in-seq "|" mh-pipe-msg "a" mh-edit-again "%" mh-delete-msg-from-seq "n" mh-narrow-to-seq "w" mh-widen "b" mh-burst-digest "u" mh-undo-folder " " mh-page-digest "" mh-page-digest-backwards "e" mh-extract-rejected-mail "f" mh-visit-folder "k" mh-kill-folder "l" mh-list-folders "p" mh-pack-folder "s" mh-search-folder "r" mh-rescan-folder "l" mh-print-msg "t" mh-toggle-showing "c" mh-copy-msg ">" mh-write-msg-to-file "i" mh-inc-folder "x" mh-execute-commands "e" "r" mh-redistribute "f" mh-forward "s" mh-send "m" "a" mh-reply "j" mh-goto-msg "g" "" mh-previous-page " " mh-page-msg "." mh-show "u" mh-undo "!" mh-refile-or-write-again "^" mh-refile-msg "d" mh-delete-msg "" mh-delete-msg-no-motion "p" mh-previous-undeleted-msg "n" mh-next-undeleted-msg mh-letter-mode-map "" mh-to-field "" "" "" "" "b" "c" "f" "s" "t" "" mh-fully-kill-draft "" mh-check-whom "    " mh-insert-letter "" mh-yank-cur-msg "" mh-insert-signature "" mh-send-letter mh-pick-mode-map mh-do-pick-search] 4)
  446.